home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / preusr40.zip / PREUSR.CFG < prev    next >
Text File  |  1993-01-11  |  4KB  |  113 lines

  1. ; Previous User Version 4.0 Sample Configuration file.
  2. ; Commented lines begin with a ";" (semicolon).
  3. ; All parameters (variables) are keyworded.
  4. ; ----------------------------------------------------
  5. ; List of Keywords
  6. ;  Reg         The registration number for your copy of PREUSR
  7. ;  Name        Your BBS Name as you wish it to appear to your users
  8. ;  Callers     The Drive:\Path\Filename to your CALLERS file
  9. ;  OutPut      Output filename or if preceeded with "@" a list of filenames
  10. ;  Title       The title as you wish it to appear in your displays
  11. ;  CLS         The RBBS Clear-screen Smartext that you are using
  12. ;  TitleColor  The color of your title in either ANSI or Smartext
  13. ;  NameColor   The color of the names you want in your displays (style 4)
  14. ;  CityColor   The color of the City/State field (style 4)
  15. ;  DateColor   The color of the Date in the display
  16. ;  TimeColor   The color of the Time in your displays
  17. ;  BoxColor    The color the box will be in the display
  18. ;  ColorOff    ANSI or Smartext to turn color off
  19. ;  Pause       The RBBS Smartext for Page-Break
  20. ;  Blanks      The number of trailing blank lines (CR/LF) at end of display
  21. ;  Style       The display style 1 through 4
  22. ;  City        Display City and State Field? 1=YES 0=NO
  23. ;  TopLeft     Top lefthand corner of boxed displays
  24. ;  TopRight    Top righthand corner of boxed displays
  25. ;  BottomLeft  Bottom lefthand corner of boxed displays
  26. ;  BottomRight Bottom righthand corner of boxed displays
  27. ;  Horizontal  Horizontal characters for boxed display
  28. ;  Vertical    Vertical characters for boxed display
  29. ;  Plain       Border character for plain vanilla displays
  30. ;  Users       Number of users to display for style 4 output files
  31. ;-----------------------------------------------------------------------------
  32. ;
  33. Reg=0
  34. ;
  35. Name=The BBS-Widows RBBS
  36. ;
  37. Callers=     C:\RBBS\CALLERS
  38. ;
  39. ;Output Filename
  40. ;       If this filename is preceeded with a "@" (at) sign then
  41. ;       this is a file containing a list of filenames for output.
  42. OutPut=@PREUSR.LST
  43. ;
  44. Title=Last % Callers to BBS-Widows Were
  45. ;
  46. CLS={CS
  47. ;
  48. TitleColor=
  49. ;
  50. NameColor=
  51. ;
  52. CityColor=
  53. ;
  54. DateColor=
  55. ;
  56. TimeColor=
  57. ;
  58. BoxColor=
  59. ;
  60. ColorOff=
  61. ;
  62. Pause={PB
  63. ;
  64. Blanks=1
  65. ;
  66. Style=4
  67. ;
  68. ;Display City/State field?
  69. ;       1=YES 0=NO
  70. City=1
  71. ;
  72. ;
  73. ;Box styles and colors for output styles 3 and 4
  74. ; in the ascii code NOT the actual character.
  75. ;
  76. TopLeft=214
  77. ;
  78. TopRight=183
  79. ;
  80. BottomLeft=211
  81. ;
  82. BottomRight=189
  83. ;
  84. Horizontal=196
  85. ;
  86. Vertical=186
  87. ;
  88. Plain=42
  89. ;
  90. Users=10
  91. ;
  92. ;------------------------------------------------------------------------------
  93. ;Here is a useful list of ANSI color codes which can be seen with a text editor
  94. ;
  95.   BRIGHT YELLOW                BRIGHT YELLOW BLINKING
  96.     AMBER                          AMBER BLINKING
  97.   BRIGHT MAGENTA               BRIGHT MAGENTA BLINKING
  98.     MAGENTA                        MAGENTA BLINKING
  99.   BRIGHT RED                   BRIGHT RED BLINKING
  100.     RED                            RED BLINKING
  101.   BRIGHT CYAN                  BRIGHT CYAN BLINKING
  102.     CYAN                           CYAN BLINKING
  103.   BRIGHT GREEN                 BRIGHT GREEN BLINKING
  104.     GREEN                          GREEN BLINKING
  105.   BRIGHT BLUE                  BRIGHT BLUE BLINKING
  106.     BLUE                           BLUE BLINKING
  107.   GRAY                         GRAY BLINKING
  108.      BRIGHT WHITE                    BRIGHT WHITE BLINKING
  109. ;        WHITE                             WHITE BLINKING
  110. ;
  111. ; ANSI Codes Courtesy of Steven Greenfield of SMP Systems
  112.